POV-Ray : Newsgroups : povray.binaries.animations : Colour addition : Re: Colour addition Server Time
20 Jul 2024 21:19:14 EDT (-0400)
  Re: Colour addition  
From: ingo
Date: 12 Feb 2000 14:35:18
Message: <8ED8DF0B7seed7@204.213.191.228>
Bob Hughes wrote:

>Angle dependant pigments ahead of its time?

Mmm that would be a nice feature.
This one only uses different oriented normals:

#declare Lin= normal{gradient x 25 warp {repeat x} scale 0.01}
#declare Ribbel= normal{
      crackle
      solid // MegaPov 0.4!
      normal_map {
         [0.0, Lin]
         [0.1, Lin]
         [0.1, Lin rotate <0,0,36>]
         [0.2, Lin rotate <0,0,36>]
         [0.2, Lin rotate <0,0,72>]
         .
         .
         .
         [0.8, Lin rotate <0,0,252>]
         [0.8, Lin rotate <0,0,288>]
         [0.9, Lin rotate <0,0,288>]
         [0.9, Lin rotate <0,0,324>]
         [1.0, Lin rotate <0,0,324>]
      }
} 


Ingo

-- 
Photography: http://members.home.nl/ingoogni/
Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.